home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / lapace < prev    next >
Text File  |  1995-03-31  |  2KB  |  54 lines

  1. Article 1628 of comp.sys.handhelds:
  2. Path: en.ecn.purdue.edu!pur-ee!mentor.cc.purdue.edu!purdue!bu.edu!snorkelwacker!mintaka!ogicse!unmvax!uokmax!occrsh!att!cbnewsl!dodger!ds
  3. From: ds@dodger.ATT.COM (Doug Sturim,1A-138,2105,TRW)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: Laplace Transforms on the HP-48
  6. Keywords: 48, Laplace
  7. Message-ID: <4763@cbnewsl.ATT.COM>
  8. Date: 26 Mar 90 17:42:28 GMT
  9. Sender: nntp@cbnewsl.ATT.COM
  10. Reply-To: ds@dodger.ATT.COM
  11. Organization: AT&T Bell Laboratories
  12. Lines: 38
  13.  
  14.  
  15. Ever since I saw the hp48s "match" function I have been in awe of its
  16. power.  Last night I implement a simple Laplace transform table.  With
  17. a little thought you can produce surprisingly general Laplace transforms
  18. thanks to the global variables provided in the command. My program was of
  19. the simple form:
  20.  
  21. <<
  22.  
  23. {' equation1 ' ' L_equation1 ' }
  24. match
  25. drop
  26.  
  27. {' equation2 ' ' L_equation2 ' }
  28. match
  29. drop
  30.  
  31. >>
  32.  
  33. When my MAC interface comes in (giving my access to a better text editor)
  34. implementing a more substantial table will be a cake walk.  
  35.  
  36. You can also use the match command to solve integrals ,inverse Laplace
  37. transforms, z-transform , trig identities (like the example in the user 
  38. manual) and most any transformation you can think of. The only weakness I can
  39. see is little algebra differences in the equations can stump the match 
  40. command. I guess I'm stating the obvious, but I'm really psyched about this 
  41. function.
  42.  
  43.  
  44. Doug
  45.  
  46.  
  47. ------------------------------------------------------
  48. Doug Sturim
  49. TRW New London, CT
  50. att!chinet!mcdchg!clyde!ds
  51. ======================================================
  52.  
  53.  
  54.